home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / TOOLS / DFDDRAW.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1991-03-28  |  1.9 KB  |  46 lines

  1.  
  2.                   DFDdraw
  3.  
  4. DFDdraw is a vector drawing program for producing data flow diagrams
  5. which can be printed or plotted.
  6.  
  7. The extracted files should be copied to a DFDDRAW directory (C:\DFDDRAW),
  8. and the DFDDRAW.BAT file modified for your hardware requirements. The .DOC
  9. file should be printed for instructions in using DFDdraw.
  10.  
  11. DFDDRAW.BAT-
  12.     SET NO87=Y
  13.     ECHO OFF
  14.     PROLOG IBMCGAM1 EPSFX100 HP-7475A
  15.  
  16. The DFDDRAW.BAT file should be modified as follows:
  17.     SET NO87=Y     - This tells DFDdraw that there is NO math co-processor
  18.            chip installed in the PC, (8087, 80287, or 80387).
  19.            If a co-processor chip IS present, the SET NO87=Y should be
  20.            removed from the DFDDRAW.BAT file for increased performance.
  21.  
  22.     ECHO OFF      -Turns off program displays to the screen.
  23.  
  24.     PROLOG IBMCGAM1 EPSFX100 HP-7475A    -The first parameter (PROLOG) is
  25.     |       |        |         |         required to start the execution
  26. pos.1       8       17        26         of DFDdraw. The second parameter,
  27.       The default DFDDRAW.BAT file     (IBMCGAM1) is the video driver.
  28.       assumes a CGA color monitor,     The third and fourth parameters
  29.       Epson wide printer, and a      are the printer and plotter drivers.
  30.       Hewlett Packard 7475A plotter.     See SETTING CONFIGURATION in the
  31.       The drivers must start in the     documentation for available drivers.
  32.       position indicated but can be
  33.       blank if the printer or plotter
  34.       is not available.
  35.  
  36. After the DFDDRAW.BAT file has been modified to suit your needs, the unused
  37. drivers can be copied to a floppy disk and saved for future hardware changes,
  38. and then deleted from your hard disk to conserve space.
  39.  
  40. NOTE: DFDdraw can be executed from a diskette with the required files.
  41.       The required files are:  PROLOG.EXE
  42.                    GEXECPC.EXE
  43.                    DFDDRAW.BAT
  44.                    selected video, printer, and plotter drivers
  45.       These six files can then be copied to a diskette for execution.
  46.